gtk3-demo: Fix some css warnings
authorMatthias Clasen <mclasen@redhat.com>
Mon, 30 May 2016 20:07:52 +0000 (16:07 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 30 May 2016 20:19:19 +0000 (16:19 -0400)
Update the font: syntax to follow css.

demos/gtk-demo/css_accordion.css
demos/gtk-demo/cssview.css

index ef284515dc4dfbaf1874e1cbeb8122dc1137a609..ce3346d78e47c7eb834f9740424dd533da8b856c 100644 (file)
@@ -4,7 +4,7 @@
     transition-property: color, background-color, border-color, background-image, padding, border-width;
     transition-duration: 1s;
 
-    font: Cantarell 20px;
+    font: 20px Cantarell;
 }
 
 window {
index a3675c9c9105c9704e29d294401602f40bff7fda..c4fe5eeb5ac66261db9f60a0ba8e5e79a40dfa79 100644 (file)
@@ -1,7 +1,7 @@
 /* Make the text editor has a nice style */
 .view {
   color: #2e3436;
-  font: Monospace;
+  font-family: Monospace;
   background-color: alpha(white, 0.30);
 }